-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Suricata binary to version 4.1.2 #608
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manually merge after cherry-pick original commits. Thanks!!! |
netgate-git-updates
pushed a commit
that referenced
this pull request
Jan 7, 2019
- Update "geoip" rule option to use libmaxminddb GeoIP2 format database - Add GeoIP2 support patch for "geoip" rule option - Updated alert-pf patch Submitted by: Bill Meeks Obtained from: #608
netgate-git-updates
pushed a commit
that referenced
this pull request
Jan 7, 2019
- Update "geoip" rule option to use libmaxminddb GeoIP2 format database - Add GeoIP2 support patch for "geoip" rule option - Updated alert-pf patch Submitted by: Bill Meeks Obtained from: #608
netgate-git-updates
pushed a commit
that referenced
this pull request
Sep 27, 2022
Release 2.4.9 Tue September 20 2022 Security fixes: #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in function doContent. Expected impact is denial of service or potentially arbitrary code execution. Bug fixes: #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 #614 docs: Fix documentation on effect of switch XML_DTD on symbol visibility in doc/reference.html Other changes: #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output #596 #625 Autotools: Sync CMake templates with CMake 3.22 #608 CMake: Migrate from use of CMAKE_*_POSTFIX to dedicated variables EXPAT_*_POSTFIX to stop affecting other projects #597 #599 Windows|CMake: Add missing -DXML_STATIC to test runners and fuzzers #512 #621 Windows|CMake: Render .def file from a template to fix linking with -DEXPAT_DTD=OFF and/or -DEXPAT_ATTR_INFO=ON #611 #621 MinGW|CMake: Apply MSVC .def file when linking #622 #624 MinGW|CMake: Sync library name with GNU Autotools, i.e. produce libexpat-1.dll rather than libexpat.dll by default. Filename libexpat.dll.a is unaffected. #632 MinGW|CMake: Set missing variable CMAKE_RC_COMPILER in toolchain file "cmake/mingw-toolchain.cmake" to avoid error "windres: Command not found" on e.g. Ubuntu 20.04 #597 #627 CMake: Unify inconsistent use of set() and option() in context of public build time options to take need for set(.. FORCE) in projects using Expat by means of add_subdirectory(..) off Expat's users' shoulders #626 #641 Stop exporting API symbols when building a static library #644 Resolve use of deprecated "fgrep" by "grep -F" #620 CMake: Make documentation on variables a bit more consistent #636 CMake: Drop leading whitespace from a #cmakedefine line in file expat_config.h.cmake #594 xmlwf: Fix harmless variable mix-up in function nsattcmp #592 #593 #610 Address Cppcheck warnings #643 Address Clang 15 compiler warnings #642 #644 Version info bumped from 9:8:8 to 9:9:8; see https://verbump.de/ for what these numbers do Infrastructure: #597 #598 CI: Windows: Start covering MSVC 2022 #619 CI: macOS: Migrate off deprecated macOS 10.15 #632 CI: Linux: Make migration off deprecated Ubuntu 18.04 work #643 CI: Upgrade Clang from 14 to 15 #637 apply-clang-format.sh: Add support for BSD find #633 coverage.sh: Exclude MinGW headers #635 coverage.sh: Fix name collision for -funsigned-char Special thanks to: David Faure Felix Wilhelm Frank Bergmann Rhodri James Rosen Penev Thijs Schreijer Vincent Torri and Google Project Zero Exp-run by: antoine PR: 266524
netgate-git-updates
pushed a commit
that referenced
this pull request
Jul 1, 2023
Changes since 1.3.0: v1.4.0 This release adds support for Jira v9, a serverinfo command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. - feat(tui): Allow issue transition from the ui by @ankitpokhrel in #544 - feat(tui): Add help page by @ankitpokhrel in #563 - feat: Filter by multiple statuses by @ankitpokhrel in #573 - feat: Support for adding watcher to Issue by @ankitpokhrel in #584 - feat: Allow different jira server for API and for UI by @markhatch in #613 - fix: Shell completion for Fish and PowerShell by @ankitpokhrel in #553 - fix: Worklog comment don't work together with prompt by @ankitpokhrel in #562 - fix: Use http client wrapper instead of round trip by @ankitpokhrel in #530 - fix: Try to detect if JIRA v8 server is not using the createmeta REST endpoint by @tristianc in #574 - fix: Issue with -c flag on config generation by @ankitpokhrel in #582 - fix: Issue with value assignment in init by @ankitpokhrel in #606 - fix: Issue with epic field on create by @ankitpokhrel in #607 - fix: Comment author name is not always displayed by @ankitpokhrel in (#618) - ehc: Improve PAGER selection by @ankitpokhrel in #570 - dep: Upgrade cobra to v1.7.0 by @dbirks in #608 - ci: Upgrade actions by @ankitpokhrel in #590 - @tristianc made their first contribution in #574 - @dbirks made their first contribution in #608 - @markhatch made their first contribution in #613 Full Changelog: ankitpokhrel/jira-cli@v1.3.0...v1.4.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Suricata 4.1.2
This updates the Suricata binary package to version 4.1.2 to keep pace with upstream. Release Notes for Suricata 4.1.2 are here: https://suricata-ids.org/2018/12/21/suricata-4-1-2-released/.